home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / pbm / pbm_man.zoo / man1 / pgmedge.1 < prev    next >
Text File  |  1994-08-27  |  870b  |  67 lines

  1.  
  2.  
  3.  
  4. pgmedge(1)               USER COMMANDS                 pgmedge(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pgmedge - edge-detect a portable graymap
  10.  
  11. SYNOPSIS
  12.      pgmedge [_✓p_✓g_✓m_✓f_✓i_✓l_✓e]
  13.  
  14. DESCRIPTION
  15.      Reads a portable graymap as input.  Outlines the edges,  and
  16.      writes  a  portable  graymap  as  output.  Piping the result
  17.      through pgmtopbm -threshold and playing with  the  threshold
  18.      value will give a bitmap of the edges.
  19.  
  20.      The edge detection technique used is to take the Pythagorean
  21.      sum  of  two  Sobel gradient operators at 90 degrees to each
  22.      other.  For more details see "Digital Image  Processing"  by
  23.      Gonzalez and Wintz, chapter 7.
  24.  
  25. SEE ALSO
  26.      pgmenhance(1), pgmtopbm(1), pgm(5), pbm(5)
  27.  
  28. AUTHOR
  29.      Copyright (C) 1991 by Jef Poskanzer.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.0   Last change: 04 February 1990                 1
  64.  
  65.  
  66.  
  67.